/* CSS navbar */
.custom-dropdown-menu {
  width: 400px; /* Ajusta el ancho según tus necesidades */
}
#logonav {
  padding-left: 0;
}

.nav-link {
  font-size: 20px;
}

.nav-item {
  padding-left: 2rem;
}

#menu1 {
  padding-left: 10rem;
}

.dropdown-menu li{
  position: relative;
}

.dropdown-menu .submenu{
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu>li:hover>.submenu{
  display: block;
}

.dropdown-menu .submenu-left{
  right: 100%;
  left: auto;
}

@media(max-width:800px){
  .dropdown-menu .submenu{
    left: 25%;
    top: 0px;
  }
  .dropdown-menu .multi-menu{
    left: 95%;
  }
  .dropdown-menu .submenu-left{
    left: 50%;
  }
}
/* Fin CSS Navbar */
.image-text-container {
  display: flex;
  border-radius: 25px;
  overflow: hidden;
}

.image-section {
  position: relative;
}

.image-section img {
  width: 300px; /* Ajusta según tus necesidades */
}

.image-section p {
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Negro semi-transparente */
  color: white;
  padding: 10px;
}

.text-section {
 background-color: #1E3A8A; /* Color azul oscuro */
 color: white; 
 padding: 20px; 
 flex-grow: 1; 
 font-size: 22px;
}



  .group {
    font-size: 16px;
    padding: 0px;
    display: block;
    position: relative;
    color: #908c93;
}
.group:hover {
  /* Estilo al pasar el mouse */
  color: red;
}

.card-title:hover {
  color: red;
}

.card-img-top {
  transform: scale(1);
  transition: transform 0.3s ease;
}
.card-img-top:hover {
  transform: scale(1.05);
}

#imgtop{
  transform: scale(1);
  transition: transform 0.3s ease;
}
#imgtop:hover {
  transform: scale(1.05);
}
.SYPLOGO{
  display: inline-block;
}

ul {
  list-style: none;
}

.listaul{
  list-style: disc;
}

.card-title{
  font-weight: bold;
}
.card-text{
  font-size: 18px;
}
.casosexito{
  display: inline-block;
}
#caso2{
  font-size: 23px;
}
#caso4{
  font-size: 20px;
}
#cardbg1{
  background-color: aliceblue;
}
#cardbg2{
  background-color: bisque;
}
#cardbg3{
  background-color: khaki;
}
#cardbg4{
  background-color: lightblue;
}
#cardbg5{
  background-color: yellow;
}
#DF{
  padding-top: 10px;
}

a.group {
  text-decoration: none; /* Sin subrayado */
  color: black; /* Cambia el color a negro o el que desees */
}

a {
    color: inherit; /* Hereda el color del elemento padre */
    text-decoration: none; /* Sin subrayado */
}

#contacto{
  padding-left: 135px;
}
#contacto1{
  margin-left: 500px;
  margin-right: 500px;
  color: #535753;
}
#estamos{
  color: #535753;
}
/*CSS para sidebar*/

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}
.sidebar {
  width: 250px;
  background-color: #f1f1f1;
  height: 100vh;
  position: fixed;
  overflow: auto;
}
.sidebar a {
  display: block;
  padding: 16px;
  text-decoration: none;
  color: #000;
}
.sidebar a:hover {
  background-color: #ddd;
}
.content {
  margin-left: 250px;
  padding: 20px;
}
.col-12 col-md-6 col-lg-4 mb-4{
  display: block;
}
/*FIN CSS sidebar*/
#tituloprod{
  font-size: 30px;
  padding-left: 15px;
  
}
#txtdescripcion{
  padding-left: 15px;
}

#info1{
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
}
.soluciones{
  font-size: 40px;
  font-weight: bold;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #535753;
}

.colorgaco{
  color: #535753;
}

#whatstxt{
  font-size: 25px;
}

#contactanos{
  color: #535753;
}

#busca{
  margin-left: 25px;
}

#descripciontxt{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#hproy1{
  color: #535753;
  font-weight: bold;
}
#hproy2{
  color: #535753;
  font-weight: bold;
}
#hproy2{
  color: #535753;
  font-weight: bold;
}
#txtproy1{
  color: #535753;
  justify-content: center;
  font-size: 20px;
  line-height: 1.7;
}
#txtproy2{
  color: #535753;
  justify-content: center;
  font-size: 22px;
  line-height: 1.5;
}

#row1{
  padding-left: 200px;
}

.energy-saving-container {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 10px;
}

.step {
  flex: 1;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.step p {
  font-size: 14px;
  margin-top: 10px;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #333; /* Color de la flecha */
}



.txtpasos{
  color: #535753;
  font-weight: bold;
  font-size: 18px;
}
#guiapaso{
  font-weight: bold;
}

#verificacion{
  padding-top: 10px;
}

/* CSS Footer */
footer {
  background-color: #535753;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.txtfooter {
  color: white;
}

#imgsredes {
  display: inline-block;
  padding-left: 31rem;
}

#imgsredes2 {
  display: inline-block;
}

#imgasesoria{
  padding-left: 240px;
}

#txtasesoria{
  color: #535753;
  font-size: 22px;
}
#imgconoce{
  padding-left: 120px;
}
.logos{
  padding-right: 10px;
}
#capaz {
  margin-left: 9rem;
  display: inline-block;
}

#copyright {
  text-align: left;
  margin-right: 40rem;
}

#tel {
  text-align: left;
  margin-right: 40rem;
}

#correo {
  text-align: left;
  margin-right: 40rem;
}

.espacio {
  padding-right: 2rem;
  color: white;
}

/* Fin CSS Footer */
.centrar-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.centrar-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#asesoria{
  color: #535753;
  font-size: 30px;
}
#txtprueba {
  color: #535753;
  font-size: 20px;
  margin-left: 30rem;
}

#imgprueba {
  margin-right: 25rem;
  padding-left: 5rem;
}

.centrar {
  text-align: center;
}

.divmotores{
  color: #535753;
  font-size: 30px;
}

#acceptButton {
  margin-top: 1rem;
}

@media (max-width: 576px) {
  #txtprueba {
    margin-right: 0;
    margin-left: 0;
  }

  #imgprueba {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    margin-top: 1rem;
  }
}

.col-lg-9 border d-flex flex-column align-items-center {
  margin-top: 3rem;
}
h4{
  margin-right: auto;
  font-size: 15px;
}

#whatsappButton {
  background-color: inherit;
  border: none;
  cursor: pointer;
}

.modalbd{
  margin-top: 10px;
}

.col-lg-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}